home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 38 / giftif.zip / GIFBASE.C < prev    next >
C/C++ Source or Header  |  1989-11-22  |  593b  |  16 lines

  1. /*----------------------------------------------------------------------*/
  2. /* Copyright (c) 1987                            */
  3. /* by CompuServe Inc., Columbus, Ohio.  All Rights Reserved        */
  4. /* GIFBASE.C can be copied and distributed freely for any        */
  5. /* non-commercial purposes. GIFBASE.C can only be incorporated        */
  6. /* into commercial software with the permission of CompuServe Inc.    */
  7. /*----------------------------------------------------------------------*/
  8.  
  9. #include "gifbase.h"
  10.  
  11. char GIFsignature[] = "GIF87a";
  12.  
  13. short
  14.     BaseLine[5] = {0, 4, 2, 1, 0},
  15.     LineOffset[5] = {8, 8, 4, 2, 0};
  16.